home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A is for ART, C is for Cezanne
/
A is for ART, C is for Cezanne.iso
/
mac
/
MEDIA
/
CEZANNE.DIR
/
00094_Script_musGoFrame
< prev
next >
Wrap
Text File
|
1996-05-28
|
298b
|
14 lines
GLOBAL gScreen,gCursR,gMaskR,gCursL,gMaskL, gHelpON
on enterFrame
checkBtns gScreen
case the rollover of
21: cursor [gCursR,gMaskR]
20: cursor [gCursL,gMaskL]
otherwise cursor 0
end case
if gHelpON > 0 then checkHelp gScreen
end
on exitFrame
go the frame
end